This module provides strong cryptography for the Apache 1.3 webserver via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols by the help of the Open Source SSL/TLS toolkit OpenSSL.
mod_ssl-2.8.9-1.3.26: description + notes
You should be very sensible when using cryptography software, because just running an SSL server DOES NOT mean your system is then secure! This is for a number of reasons. The following questions illustrate some of the problems.
- SSL itself may not be secure. People think it is, do you?
- Does this code implement SSL correctly?
- Have the authors of the various components put in back doors?
- Does the code take appropriate measures to keep private keys private? To what extent is your cooperation in this process required?
- Is your system physically secure?
- Is your system appropriately secured from intrusion over the network?
- Who do you trust? Do you understand the trust relationship involved in SSL certificates? Do your system administrators?
- Are your keys, and keys you trust, generated careful enough to avoid reverse engineering of the private keys?
- How do you obtain certificates, keys, and the like, securely?
- Can you trust your users to safeguard their private keys?
- Can you trust your browser to safeguard its generated private key?
If you can't answer these questions to your personal satisfaction, then you usually have a problem. Even if you can, you may still NOT be secure. Don't blame us if it all goes horribly wrong. Use it at your own risk!
See the mod_ssl home page for more information.
IMPORTANT NOTES:
- You must generate your own certificates before using this secure server. A set of self-signed test "Snake Oil" certificates are included for testing purposes only. The
/var/sgi_apache/mod_ssl/mkcert.sh
script can help you create your own certificates: invoke it withSSL_PROGRAM=/usr/freeware/lib/openssl/bin/openssl
- To use SSL, the Apache startup script in /etc/init.d/ should be changed from performing "
apachectl start " to "apachectl startssl ".
- Please read the Apache SSL/TLS Encryption FAQ, particularly the item on entropy. There is presently no /dev/random on IRIX, and the mod_ssl builtin PRNG seed usually does not suffice. Alternatives such as the Entropy Gathering Daemon or the truerand program appear to work well.
- If you have customized your
httpd.conf
orapachectl
files this package may not be able to apply the necessary changes for SSL support automatically. If this happens you will get error messages from inst describing theexitop
s that failed. Apply the rejected patches manually.
Note: this package extends the
sgi_apache
web server in IRIX. Thefw_apache
web server has a non-default subsystem that contains it's support formod_ssl
.
To auto-install this package, go back and click on the respective install icon.